home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / print / pslab100.arj / PSLAB.INI < prev   
Text File  |  1994-10-12  |  1KB  |  57 lines

  1. ; Configuration file for PSLAB Postscript Label Printer
  2.  
  3. ; These measurements are for labels on an A4 sheet. You will need to 
  4. ; change them!
  5.  
  6. ; Distances may be given in inches (in) (the default) or
  7. ; millimetres (mm). No spaces are allowed.
  8. ; For example:
  9. ; leftmargin=20mm
  10. ; leftmargin=0.75in
  11.  
  12. ; Distance from the left hand edge of the paper to the point on the
  13. ; leftmost label where printing is to begin
  14.  
  15. leftmargin=0.5in
  16.  
  17. ; Distance from the BOTTOM EDGE of the paper to the point on the
  18. ; TOPmost label where printing is to begin
  19.  
  20. startpos=10.6in
  21.  
  22. ; Distance between the left edge of one label to the left edge of
  23. ; the next label in the same row. Not needed if there is only one
  24. ; column of labels on each page.
  25.  
  26. hdist=4in
  27.  
  28. ; Distance between the top edge of one label to the top edge of
  29. ; the next label in the same column.
  30.  
  31. vdist=1.5in
  32.  
  33. ; Number of columns of labels an a page
  34.  
  35. cols=2
  36.  
  37. ; Number of rows of labels an a page
  38.  
  39. rows=7
  40.  
  41. ; Font Name
  42.  
  43. font=Helvetica-Bold
  44.  
  45. ; Font Size in Points
  46.  
  47. fontsize=12
  48.  
  49. ; Pop up key (@K) by default. Use @ for Alt, $ for shift, ^ for control
  50.  
  51. ;key=@K
  52.  
  53. ; Port the printer is connected to (e.g. lpt1)
  54.  
  55. port=lpt1
  56.  
  57.